public class KexInput
extends java.lang.Object
implements de.bsvrz.dav.daf.main.ClientSenderInterface
| Modifier and Type | Field and Description |
|---|---|
private static de.bsvrz.sys.funclib.debug.Debug |
_debug
DebugLogger für Debug-Ausgaben.
|
| Constructor and Description |
|---|
KexInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
dataRequest(de.bsvrz.dav.daf.main.config.SystemObject arg0,
de.bsvrz.dav.daf.main.DataDescription arg1,
byte arg2) |
private java.lang.String |
exceptionMeldungBestimmen(java.lang.Exception exception)
Informationen einer Exception in einen String packen.
|
boolean |
isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject arg0,
de.bsvrz.dav.daf.main.DataDescription arg1) |
int |
publizieren(de.bsvrz.dav.daf.main.ClientDavConnection connection,
de.bsvrz.dav.daf.main.config.SystemObject objekt,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
de.bsvrz.dav.daf.main.ResultData result)
Senden der übergebenen Daten zum DAV, wenn nicht angemeldet, kein Versuch der Anmeldung.
|
private static de.bsvrz.sys.funclib.debug.Debug _debug
public int publizieren(de.bsvrz.dav.daf.main.ClientDavConnection connection,
de.bsvrz.dav.daf.main.config.SystemObject objekt,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
de.bsvrz.dav.daf.main.ResultData result)
connection - Datenverteilerverbindung.objekt - Objekt für das die Daten publiziert werden.atg - AttributGruppe der zu publizierenden Daten.asp - Aspekt der zu publizierenden Daten.result - zu publizierenden Daten.public void dataRequest(de.bsvrz.dav.daf.main.config.SystemObject arg0,
de.bsvrz.dav.daf.main.DataDescription arg1,
byte arg2)
dataRequest in interface de.bsvrz.dav.daf.main.ClientSenderInterfacepublic boolean isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject arg0,
de.bsvrz.dav.daf.main.DataDescription arg1)
isRequestSupported in interface de.bsvrz.dav.daf.main.ClientSenderInterfaceprivate java.lang.String exceptionMeldungBestimmen(java.lang.Exception exception)
exception - zu verarbeitende Exception.